home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 101 / CD-ROM 101.iso / avid / waveflow / waveflow.exe / 0 / RCDATA / TFORM19 / TFORM19.txt < prev   
Encoding:
Text File  |  2003-10-06  |  1.4 KB  |  73 lines

  1. object Form19: TForm19
  2.   Left = 283
  3.   Top = 312
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Wave Flow Shareware'
  7.   ClientHeight = 310
  8.   ClientWidth = 390
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Etiq3D1: TEtiq3D
  21.     Left = 2
  22.     Top = 253
  23.     Width = 385
  24.     Height = 52
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Registered to:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     Visible = False
  35.     WordWrap = True
  36.   end
  37.   object Image1: TImage
  38.     Left = 0
  39.     Top = 0
  40.     Width = 390
  41.     Height = 250
  42.     AutoSize = True
  43.     Picture.Data = {<image001.bmp>}
  44.   end
  45.   object Button1: TButton
  46.     Left = 28
  47.     Top = 267
  48.     Width = 156
  49.     Height = 25
  50.     Caption = '&Register'
  51.     Default = True
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 207
  57.     Top = 267
  58.     Width = 156
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = '&Wave Flow'
  62.     TabOrder = 1
  63.     OnClick = Button2Click
  64.   end
  65.   object Timer1: TTimer
  66.     Enabled = False
  67.     Interval = 2000
  68.     OnTimer = Timer1Timer
  69.     Left = 408
  70.     Top = 264
  71.   end
  72. end
  73.